﻿/* 头部 */
.header{
	height: 100px;
	position: relative;
}
.bottomInfo .bottomInfoItem a{color: #fff;}
.header .logoImg{
  float: left;
  margin-top: 28px;
}
.header .headerNav{
  float: right;
}
.headerNavList li{
  float: left;
  margin-right: 30px;
}
.headerNavList li a{
  display: block;
  height: 100px;
  padding: 40px 5px 0;
  text-align: center;
}
.headerNavList li .txtCn{
  font-size:18px;
  color:#353535;
  margin-bottom: 6px;
}
.headerNavList li .txtEn{
  color:#888;
}
.headerNavList li:hover a,
.headerNavList li.active a{
  border-bottom: 2px solid #e90015;
}
.headerNavList li:hover .txtCn,
.headerNavList li:hover .txtEn,
.headerNavList li.active .txtCn,
.headerNavList li.active .txtEn{
  color:#e90015;
}
.header .homeHeaderTopInfo{
  float: right;
  font-size: 16px;
  padding-top: 40px;
  padding-left: 30px;
}
.header .homeHeaderTopInfo .info1{
  font-weight: bold;
  float: left;
  padding-right: 9px;
  margin-right: 9px;
  position: relative;
  letter-spacing: 1px;
}
.header .homeHeaderTopInfo .info1::before{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #aeaeae;
  position: absolute;
  right: 0;
  top: 4px;
}
.header .homeHeaderTopInfo .info2{
  float: left;
  letter-spacing: 1px;
}
.header .homeHeaderTopInfo .info1 em,
.header .homeHeaderTopInfo .info2 em{
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin:-2px 5px 0 5px;
}
.header .homeHeaderTopInfo .info1 em{
  background-color: #e90015;
}
.header .homeHeaderTopInfo .info2 em{
  background-color: #353535;
}
.headerNav li .iconMenu{
  display: none;
}
.header .navBtn{
  display: none;
}

.footer{
  background-color: #2b2b2b;
  color: #fff;
  padding-top: 50px;
}
.footer .bottomInfo{
  float: right;
  text-align: right;
  line-height: 24px;
}
.footer .bottomInfo .h3{
  font-weight: bold;
  font-size: 16px;
}
.bottomInfo .bottomInfoItem{
  margin-top: 22px;
}
.bottomInfo .bottomInfoItem .bottomInfoItemAttr{
  margin-bottom: 10px;
}
.bottomInfoItemAttr .iconAddress,
.bottomInfoItemAttr .iconTel{
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.bottomInfoItemAttr .iconAddress{
  background: url(../images/icon/icon_address.png) no-repeat;
}
.bottomInfoItemAttr .iconTel{
  background: url(../images/icon/icon_tel.png) no-repeat;
}
.bottomInfo .qrCodeBox{
  line-height: 36px;
  padding-top: 15px;
  width: 118px;
  display: inline-block;
}
.bottomInfo .qrCodeBox .img{
  width: 118px;
  height: 118px;
}
.bottomInfo .qrCodeBox .p{
  text-align: center;
}

.footer .bottomNavContent{
  float: left;
}
.bottomNav li{
  float: left;
  margin-right: 85px;
}
.bottomNavContent .dl dt,
.bottomNavContent .dl dd{
  margin-bottom: 15px;
}
.bottomNavContent .dl dt a{
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.bottomNavContent .dl dd a{
  color: #7a7a7a;
}
.bottomNavContent .dl dd a:hover{
  color: #fff;
}
.footer .copyright{
  margin-top: 50px;
  float: left;
  width: 100%;
  line-height: 22px;
  padding: 10px 0;
  color: #7a7a7a;
  text-align: center;
  border-top: 1px solid #414141;
}
.footer .copyright .icon_badge{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_badge.png) no-repeat;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
.footer .copyright a{
  color: #7a7a7a;
}

.homeHeaderBanner .swiper{
  height: 780px;
}
.homeHeaderBanner .swiper .mobileImg{
  display: none;
}
.homeHeaderBanner .swiper .swiper-slide-link{
  display: block;
  width: 100%;
  height: 100%;
}
.homeHeaderBanner .swiper .swiper-button-prev{
  left:10%;
  color: #b7cdda;
}
.homeHeaderBanner .swiper .swiper-button-next{
  right:10%;
  color: #b7cdda;
}
.homeHeaderBanner .swiper .swiper-button-prev:after,
.homeHeaderBanner .swiper .swiper-button-next:after{
  font-size: 34px;
}
.homeHeaderBanner .swiper .swiper-pagination{
  bottom: 120px;
}
.homeHeaderBanner .swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: none;
  border:1px solid #d8e2e9;
}
.homeHeaderBanner .swiper .swiper-pagination-bullet-active{
  background-color: #fff;
}
.homeHeader{
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.homeHeader .header{
  position: static;
}
.homeHeader .header .headerNav{
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 1200px;
  height: 120px;
  left: 50%;
  margin-left:-600px;
}
.homeHeader .headerNavList li{
  width: 20%;
  margin: 0;
  position: relative;
}
.homeHeader .headerNavList li::after{
  content:'';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 40px;
}
.homeHeader .headerNavList li:last-child::after{
  display: none;
}
.homeHeader .headerNavList li .txtCn{
  font-weight: bold;
  font-size: 16px;
}
.homeHeader .headerNavList li .txtEn{
  font-size: 12px;
  font-family: 'markpro';
}
.homeHeader .headerNavList li:hover .txtCn,
.homeHeader .headerNavList li.active .txtCn{
  color: #353535;
}
.homeHeader .headerNavList li:hover .txtEn,
.homeHeader .headerNavList li.active .txtEn{
  color: #888;
}
.homeHeader .headerNavList li:hover a,
.homeHeader .headerNavList li.active a{
  border: none;
}
.homeHeader .headerNavList li a:hover{
  opacity: 0.8;
}
.homeHeader .headerNavList li a{
  height: auto;
  padding-top: 20px;
}
.homeHeader .headerNav li .iconMenu{
  display: inline-block;
  width: 38px;
  height: 34px;
  margin-bottom: 5px;
}

.homeNews{
  padding: 90px 0 110px;
}
.homeNews .homeNewsLeft{
  float: left;
  width: 41%;
  padding: 10px 0 0 10px;
  position: relative;
}
.homeNews .homeNewsLeft::before{
  content: "";
  display: block;
  width: 67%;
  padding-bottom: 43%;
  background-color: #e90015;
  position: absolute;
  left: 0;
  top: 0;
}
.homeNews .homeNewsRight{
  float: right;
  width: 55.4%;
}
.homeNewsRight .homeNewsTitle{
  margin-bottom: 20px;
  position: relative;
}
.homeNewsTitle .title{
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.homeNewsTitle .title::before{
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e90015;
}
.homeNewsTitle .showMore{
  position: absolute;
  right: 0;
  top: 10px;
  color:#353535;
}
.homeNewsTitle .showMore:hover{
  opacity: 0.8;
}
.homeNewsList li{
  padding: 10px 80px 10px 15px;
  position: relative;
}
.homeNewsList li::before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #e90015;
  position: absolute;
  left: 0;
  top:19px;
}
.homeNewsList li a{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
}
.homeNewsList li a:hover{
  opacity: 0.8;
}
.homeNewsList li .time{
  position: absolute;
  right: 0;
  top: 14px;
  color: #9a9a9a;
}

.videoListContent{
  padding: 90px 0 70px;
}
.videoList li{
  float: left;
  width: 32.33%;
  margin: 0 1.5% 1.5% 0;
  padding: 10px 10px 0;
  box-shadow: 0 0 5px 2px rgba(200,200,200,0.2);
}
.videoList li:nth-child(3n){
  margin-right: 0;
}
.videoList li .videoInfo{
  padding: 30px 15px 30px 25px;
  position: relative;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.videoList li .videoBox{
  border-radius: 3px;
  overflow: hidden;
}
.videoList li .videoInfo .layui-icon{
  position: absolute;
  right: 0;
  top: 30px;
}
.videoList li .videoInfo::before{
  content: '';
  display: block;
  width: 5px;
  height: 16px;
  background-color: #e90015;
  position: absolute;
  left: 10px;
  top: 32px;
}
.videoList li .videoBox{
  width: 100%;
  padding-bottom: 68.5%;
}
.videoList li .videoBox .shade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.videoListContent .showMoreSolutions{
  text-align: right;
  padding-bottom: 40px;
}
.videoListContent .showMoreSolutions a{
  font-size: 18px;
  color: #222;
  position: relative;
  padding-left: 28px;
}
.videoListContent .showMoreSolutions a::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/iconBox.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -1px;
}
.videoListContent .showMoreSolutions a:hover{
  opacity: 0.8;
}
.videoListContent .showMoreSolutions .layui-icon{
  color: #b5b5b5;
  margin-left: 10px;
}
.videoList li .videoBox .posterImg em{
  width: 43px;
  height: 43px;
  margin: -22px 0 0 -22px;
  background: url(../images/icon/iconPlay2.png) no-repeat;
}

.solutionsDetailInfo1{
  padding: 85px 0;
}
.solutionsDetailInfo1 .h3{
  color: #2d2d2d;
  font-size: 26px;
  margin-bottom: 30px;
}
.solutionsDetailInfo1 .p{
  font-size: 16px;
  line-height: 28px;
  color:#555;
}
.solutionsDetailInfo2{
  padding: 90px 0;
  background-color: #f5f5f5;
}
.solutionsTabList li{
  float: left;
  width: 18.5%;
  margin: 0 1.875% 1.875% 0;
  cursor: pointer;
}
.solutionsTabList li:nth-child(5n){
  margin-right: 0;
}
.solutionsTabList li.active .title{
  color:#222;
  font-weight: bold;
}
.solutionsTabList li .title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #888;
  font-size: 20px;
  padding: 20px 0;
}
.solutionsTabList li .img{
  width: 100%;
  height: 0;
  padding-bottom: 62.2%;
  border-radius: 3px;
  overflow: hidden;
}
.solutionsContentList li{
  display: none;
}
.solutionsContentList li.active{
  display: block;
}
.solutionsContentList li .desc{
  font-size: 16px;
  line-height: 28px;
  color:#555;
}
.solutionsContentList .dl{
  padding: 40px 0 10px;
}
.solutionsContentList .dl dd{
  background-color: #e5e5e5;
  margin-bottom: 20px;
}
.solutionsContentList .dl dd .question{
  padding: 25px 60px 25px 45px;
  position: relative;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}
.solutionsContentList .dl dd .question::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #e90015;
  position: absolute;
  left: 20px;
  top: 32px;
}
.solutionsContentList .dl dd .question .layui-icon{
  position: absolute;
  right: 40px;
  top: 25px;
  color: #9a9a9a;
}
.solutionsContentList .dl dd .answer{
  display: none;
  padding: 30px 45px 45px 45px;
  font-size: 16px;
  line-height: 28px;
  color:#555;
}
.solutionsContentList .dl dd.ddOpen .layui-icon-down:before{
  content: "\e619";
}



.typeListContent{
  padding: 95px 0 0;
}
.typeList>a{
  display: inline-block;
  padding: 5px 10px;
  line-height: 22px;
  border:1px solid #888;
  color: #888;
  font-size: 18px;
  margin: 0 8px 8px 0;
}
.caseListContent .caseContent{
  padding: 60px 0 80px;
}
.caseListContent .caseContent:first-child{
  padding-top: 20px;
}
.caseListContent .caseContent:nth-child(even){
  background-color: #f5f5f5;
}
.caseContent .caseTitle{
  font-size: 20px;
  color:#222;
  font-weight: bold;
  padding: 20px 0 30px;
}
.caseContent .caseList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.caseList li{
  width: calc(33.33% - 14px);
  margin: 0 21px 21px 0;
  height: 75px;
  box-shadow: 0 0 8px 3px rgba(200,200,200,0.1);
  display: flex;
  align-items: center;
  padding: 0 70px 0 35px;
  position: relative;
}
.caseList li:nth-child(3n){
  margin-right: 0;
}
.caseContent:nth-child(even) .caseList li{
  background-color: #fff;
}
.caseList li::before{
  content: "";
  display: block;
  width:5px;
  height: 5px;
  border-radius: 5px;
  background-color: #b8b8b8;
  position: absolute;
  left: 15px;
  top: 35px;
}
.caseList li .name{
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size: 16px;
  color:#222;
  line-height: 22px;
}
.caseList li .btn{
  display: block;
  position: absolute;
  right:0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/icon/iconSearch.png) no-repeat center center;
}
.caseList li .btn:hover{
  background: url(../images/icon/iconSearch2.png) #e90015 no-repeat center center;
}
.caseContent .showMore{
  text-align: center;
  padding: 20px 0 0;
  display: none;
}
.caseContent .showMore .btn{
  cursor: pointer;
  color: #666;
  margin-top: 18px;
}
.caseContent .showMore .btn:hover{
  opacity: 0.8;
}
.caseContent .showMore .btn .layui-icon{
  margin-left: 5px;
}

.coreTitle{
  font-size: 26px;
  color:#222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.coreInfo1{
  padding: 90px 0 100px;
}
.coreInfo1 .coreInfo1Body{
  background-color: #f5f5f5;
  padding-right: 405px;
  position: relative;
}
.coreInfo1Body .contentLeft{
  display: flex;
  align-items: center;
  height: 305px;
  padding:15px 55px;
}
.coreInfo1Body .contentLeft .p{
  font-size: 16px;
  color:#222;
  line-height: 26px;
}
.coreInfo1Body .contentRight{
  position: absolute;
  right: 0;
  top: 0;
}
.coreInfo1Body .contentRight .img{
  width: 405px;
  height: 305px;
}
.coreInfo2{
  padding: 90px 0 80px;
  background-color: #f5f5f5;
}
.productList li{
  float: left;
  width: calc(33.33% - 14px);
  height: 300px;
  margin: 0 21px 21px 0;
  text-align: center;
  background-color: #fff;
  padding: 60px 20px 0;
  position: relative;
}
.productList li:nth-child(3n){
  margin-right: 0;
}
.productList li .content{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #e90015;
  color: #fff;
  display: none;
}
.productList li:hover .content{
  display: block;
}
.productList li .img{
  margin-bottom:20px;
  height: 100px;
}
.productList li .p{
  font-size: 18px;
  color: #222;
}
.productList li .desc{
  padding: 70px 20px 0;
  margin-bottom:25px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.productList li .detail{
  font-size: 16px;
  color:#fff;
}
.productList li .detail .layui-icon{
  margin-left: 5px;
}
.coreInfo3{
  padding: 90px 0 100px;
}
.coreInfo3 .desc{
  font-size: 16px;
  color: #555;
  line-height: 26px;
  margin-bottom: 35px;
}
.coreInfo3 .advantagesInfo{
  box-shadow: 0 0 5px 2px rgba(200,200,200,0.2);
}
.advantagesInfo .advantagesItem{
  float: left;
  width: 20%;
  padding: 50px 10px;
  text-align: center;
  position: relative;
}
.advantagesInfo .advantagesItem::after{
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 75px;
}
.advantagesInfo .advantagesItem:last-child::after{
  display: none;
}
.advantagesInfo .advantagesItem .p1{
  font-size: 16px;
  color: #e90015;
}
.advantagesInfo .advantagesItem .p1>span{
  font-size: 48px;
  color: #e90015;
}
.advantagesInfo .advantagesItem .p2{
  font-size: 16px;
  color: #888;
}
.coreInfo4{
  padding: 90px 0 50px;
  background-color: #f5f5f5;
}
.coreInfo4Body .contentLeft{
  float: left;
  width: 50%;
}
.coreInfo4Body .contentRight{
  float: right;
  width: 50%;
}
.contentLeft .constructList{
  padding-top: 30px;
}
.constructList li{
  line-height: 24px;
  font-size: 16px;
  color: #555;
  padding-left: 12px;
  position: relative;
}
.constructList li::before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #555;
  position: absolute;
  left: 0;
  top: 10px;
}
.coreInfo4Body .advantagesInfo .advantagesItem{
  width: 130px;
  margin-right: 80px;
  padding: 50px 0 20px;
}
.coreInfo4Body .advantagesInfo .advantagesItem::after{
  display: none;
}
.coreInfo5{
  padding: 90px 0 60px;
}
.coreInfo5 .guaranteeList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.guaranteeList li{
  width: calc(33.33% - 14px);
  margin: 0 21px 21px 0;
  padding: 60px 15px 60px;
  text-align: center;
  background-color: #f5f5f5;
}
.guaranteeList li:nth-child(3n){
  margin-right: 0;
}
.guaranteeList li .img{
  margin-bottom: 20px;
}
.guaranteeList li .h3{
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}
.guaranteeList li .p{
  font-size: 16px;
  color: #555;
  line-height: 24px;
}

.aboutInfo1{
  padding: 80px 0;
}
.aboutTitle{
  font-size: 26px;
  color:#222;
  font-weight: bold;
  padding: 0 0 30px;
  text-align: center;
}
.aboutInfo1 .h3{
  font-size: 26px;
  columns: #222;
  text-align: center;
  margin-bottom: 30px;
}
.aboutInfo1 .p{
  font-size: 16px;
  color: #555;
  line-height: 24px;
}
.aboutInfo2{
  padding: 90px 0 80px;
  background-color: #f5f5f5;
}
.aboutInfo2 .cultureList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.cultureList li{
  width: calc(33.33% - 14px);
  margin: 0 21px 21px 0;
  padding: 55px 15px 70px;
  text-align: center;
  background-color: #fff;
}
.cultureList li:nth-child(3n){
  margin-right: 0;
}
.cultureList li .img{
  width: 50px;
  height: 50px;
}
.cultureList li .h3{
  font-size: 22px;
  color: #e90015;
  padding: 20px 0 15px;
  font-weight: normal;
}
.cultureList li .p{
  font-size: 16px;
  color: #555;
  line-height: 24px;
  min-height: 24px;
}
.aboutInfo3{
  padding: 80px 0;
}
.aboutInfo3 .historyBanner{
  padding-top: 20px;
}
.historyBanner .swiper-button-prev{
  left: 0;
  top: 22px;
}
.historyBanner .swiper-button-next{
  right: 0;
  top: 22px;
}
.historySwiper{
  position: relative;
}
.historySwiper::before{
  content: '';
  display: block;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 20px;
}
.historySwiper .swiper-slide .yearItem{
  text-align: center;
  padding-top: 40px;
  position: relative;
  font-size: 18px;
  color: #888;
  cursor: pointer;
}
.historySwiper .swiper-slide-thumb-active .yearItem{
  color: #e90015;
  font-size: 24px;
}
.historySwiper .swiper-slide .yearItem::before{
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon/iconPoint1.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -11px;
}
.historySwiper .swiper-slide-thumb-active .yearItem::before{
  background: url(../images/icon/iconPoint2.png) no-repeat;
}

.historySwiper2 .historyContent{
  padding: 30px 20px 30px 10%;
}
.customBanner .swiper-slide .historyContent>.img{
  float: left;
  width: 30%;
}
.historyContent .info{
  float: right;
  width: 63%;
  padding: 30px 0;
}
.historyContent .info .year{
  font-size: 60px;
  color: #e90015;
  margin-bottom: 20px;
}
.historyContent .info .p{
  font-size: 16px;
  color: #555;
  line-height: 32px;
}
.aboutInfo4{
  padding:90px 0 80px;
  background-color: #f5f5f5;
}
.aboutInfo4 .tabContent{
  text-align: center;
  padding-bottom: 36px;
}
.aboutInfo4 .tabContent .tab{
  display: inline-block;
  margin: 0 35px;
  font-size: 20px;
  color: #888;
  position: relative;
  cursor: pointer;
}
.aboutInfo4 .tabContent .tab.active{
  color: #e90015;
}
.aboutInfo4 .tabContent .tab:first-child::before{
  content: "";
  display: block;
  width:1px;
  height: 10px;
  background-color: #ccc;
  position: absolute;
  right: -35px;
  top: 7px;
}
.aboutInfo4 .aboutInfo4TabContent .aboutInfo4TabItem{
  display: none;
}
.aboutInfo4 .aboutInfo4TabContent .aboutInfo4TabItem.active{
  display: block;
}
.aboutInfo4 .customBanner .swiper-button-prev,
.aboutInfo4 .customBanner .swiper-button-next{
  top: 35%;
}
.aboutInfo4 .bannerContent .swiper-slide .img{
  width: 100%;
}
.aboutInfo4 .bannerContent .swiper-slide .name{
  text-align: center;
  padding: 35px 0 20px;
  color: #555;
  font-size: 16px;
}
.aboutInfo4 .certificateList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 60px;
}
.certificateList li{
  width: calc(33.33% - 14px);
  margin: 0 21px 21px 0;
  padding: 20px 20px 20px 38px;
  line-height: 30px;
  background-color: #fff;
  color: #555;
  font-size: 16px;
  position: relative;
}
.certificateList li::before{
  content: "";
  display: block;
  width:4px;
  height: 16px;
  background-color: #e90015;
  position: absolute;
  left: 20px;
  top: 28px;
}
.certificateList li:nth-child(3n){
  margin-right: 0;
}
.aboutInfo5{
  padding: 90px 0;
}
.aboutInfo5 .contentLeft{
  float: left;;
  width: 36%;
}
.aboutInfo5 .contentRight{
  float: right;;
  width: 50%;
}
.aboutInfo5 .aboutTitle{
  text-align: left;
  margin-bottom: 20px;
}
.aboutInfo5 .contentRight .p{
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
.aboutInfo5 .contentLeft .aboutTitle{
  margin-bottom: 10px;
}
.aboutInfo5 .contentLeft .img{
  width: 100%;
}
.aboutInfo6{
  padding: 90px 0;
  background-color: #f5f5f5;
}
.aboutInfo6 .aboutTitle{
  padding-bottom: 10px;
}
.aboutInfo7{
  padding: 80px 0;
}
.aboutInfo7 .partnerList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20px;
}
.partnerList li{
  width: calc(16.66% - 11px);
  height: 0;
  padding-bottom: 8.73%;
  margin: 0 13px 13px 0;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px 2px rgba(200,200,200,0.2);
}
.partnerList li:nth-child(6n){
  margin-right: 0;
}
.aboutInfo8{
  padding: 70px 0 70px;
  background-color: #f5f5f5;
}
.aboutInfo8 .swiper-slide .img{
  width:100%;
}
.aboutInfo8 .swiper-slide .name{
  font-size: 16px;
  color: #555;
  padding: 15px 0;
  text-align: center;
}

.investorInfo1{
  padding: 80px 0;
}
.investorTitle{
  font-size: 26px;
  color:#222;
  font-weight: bold;
  padding: 0 0 20px;
}
.investorTitle .showMore{
  font-weight: normal;
  font-size: 16px;
  float: right;
  margin-top: 5px;
}
.investorTitle .showMore:hover{
  opacity: 0.8;
}
.investorTitle .showMore .layui-icon{
  margin-left: 5px;
}
.investorInfo1 .stockInfo{
  padding-top: 20px;
}
.investorInfo1 .stockInfo .info{
  float: left;
  margin-right: 160px;
  position: relative;
}
.investorInfo1 .stockInfo .info .num{
  font-size: 30px;
  color: #222;
  margin-bottom: 8px;
}
.investorInfo1 .stockInfo .info .name{
  font-size: 16px;
  color: #888;
}
.investorInfo1 .stockInfo .lifting{
  padding-left: 28px;
  position: absolute;
  left:105%;
  top: 5px;
}
.investorInfo1 .stockInfo .lifting::before{
  content: '';
  display: block;
  width: 21px;
  height: 37px;
  position: absolute;
  left: 3px;
  top: 2px;
}
.investorInfo1 .stockInfoUp .lifting::before{
  background: url(../images/icon/iconCoreUp.png) no-repeat;
}
.investorInfo1 .stockInfoDown .lifting::before{
  background: url(../images/icon/iconCoreDown.png) no-repeat;
}
.investorInfo1 .stockInfo .lifting .coreNum{
  font-size: 14px;
  line-height: 20px;
}
.investorInfo1 .stockInfoUp .info2 .num,
.investorInfo1 .stockInfoUp .lifting .coreNum{
  color: #e90015;
}
.investorInfo1 .stockInfoDown .info2 .num,
.investorInfo1 .stockInfoDown .lifting .coreNum{
  color: #008d23;
}
.investorInfo2{
  padding: 80px 0;
  background-color: #f5f5f5;
}
.investorInfo2 .tableBox{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20px;
}
.investorInfo2 .cusTable{
  width: calc(33.33% - 14px);
  margin: 0 21px 21px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.investorInfo2 .cusTable:nth-child(3n){
  margin-right: 0;
}
.cusTable .cusTr{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.cusTable .cusTbody .cusTr{
  border-bottom: 1px solid #eee;
}
.cusTable .cusTr1{
  background-color: #d5d5d5;
}
.cusTable .cusTr2{
  background-color: #e5e5e5;
}
.cusTable .cusTr .cusTd{
  width: 50%;
  padding: 6px 10px;
  line-height: 26px;
  font-size: 16px;
  color:#555;
}
.cusTable .cusTr1 .cusTd{
  width: 100%;
  line-height: 30px;
  padding: 15px 10px;
  color: #222;
}
.cusTable .cusTr2 .cusTd{
  padding: 8px 10px;
  color: #222;
}
.cusTable .cusTbody{
  padding: 0;
}
.investorInfo3{
  padding: 80px 0;
}
.investorInfo3 .disclosureInfoList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20px;
}
.disclosureInfoList li{
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  background-color: #f5f5f5;
}
.disclosureInfoList li:nth-child(2n){
  margin-right: 0;
}
.disclosureInfoList li:hover{
  background-color: #e90015;
}
.disclosureInfoList li a{
  display: block;
  padding: 15px 155px 15px 30px;
  position: relative;
  height: 100%;
}
.disclosureInfoList li .name{
  font-size: 16px;
  color: #222;
  line-height: 26px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  height: 52px;
  margin-bottom:15px;
}
.disclosureInfoList li .time{
  font-size: 14px;
  color: #888;
}
.disclosureInfoList li:hover .time,
.disclosureInfoList li:hover .name{
  color: #fff;
}
.disclosureInfoList li .btn{
  width:40px;
  height: 40px;
  border-radius: 40px;
  background: url(../images/icon/iconPdf.png) #fff no-repeat 13px center;
  position: absolute;
  top: 25px;
  right: 30px;
}
.disclosureInfoList li:hover .btn{
  background: url(../images/icon/iconPdf2.png) #fff no-repeat 13px center;
}
.investorInfo4{
  padding: 80px 0;
  background-color: #f5f5f5;
}
.investorInfo4 .serviceInfo{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20px;
}
.serviceInfo .serviceInfoItem{
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  padding: 0 20px 10px 38px;
  position: relative;
  background-color: #f5f5f5;
}
.serviceInfo .serviceInfoItem:nth-child(2n){
  margin-right: 0;
}
.serviceInfo .serviceInfoItem .icon{
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.serviceInfo .serviceInfoItem .icon1{
  background: url(../images/icon/iconInvestor1.png) no-repeat;
}
.serviceInfo .serviceInfoItem .icon2{
  background: url(../images/icon/iconInvestor2.png) no-repeat;
}
.serviceInfo .serviceInfoItem .icon3{
  background: url(../images/icon/iconInvestor3.png) no-repeat;
}
.serviceInfo .serviceInfoItem .icon4{
  background: url(../images/icon/iconInvestor4.png) no-repeat;
}
.serviceInfo .serviceInfoItem .icon5{
  background: url(../images/icon/iconInvestor5.png) no-repeat;
}
.serviceInfo .serviceInfoItem .icon6{
  background: url(../images/icon/iconInvestor6.png) no-repeat;
}
.serviceInfo .serviceInfoItem .attr{
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}
.serviceInfo .serviceInfoItem .content{
  font-size: 14px;
  color: #6a6a6a;
}

.joinInfo1{
  padding:90px 0 80px;
}
.joinTitle{
  font-size: 26px;
  color:#222;
  font-weight: bold;
  padding: 0 0 30px;
  text-align: center;
}
.joinInfo1 .joinTabList{
  padding: 10px 0 30px;
}
.joinTabList li{
  float: left;
  margin-right: 45px;
  position: relative;
  font-size: 20px;
  color: #888;
  cursor: pointer;
}
.joinTabList li.active{
  color: #222;
  font-weight: bold;
}
.joinTabList li::before{
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #888;
  position: absolute;
  right: -22px;
  top:7px;
}
.joinTabList li:last-child::before{
  display: none;
}
.joinContent .joinContentList{
  display: none;
}
.joinContent .joinContentList.active{
  display: block;
}
.joinContentList li{
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.joinContentList .joinInfoHead{
  padding: 20px 180px 20px 40px;
  cursor: pointer;
  position: relative;
}
.joinContentList .joinInfoBody{
  padding: 20px 40px 50px;
  position: relative;
  display: none;
}
.joinContentList .joinInfoBody::before{
  content: '';
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
}
.joinInfoHead .name{
  line-height: 34px;
  font-size: 18px;
  color: #222;
}
.joinInfoHead .info{
  padding-top: 10px;
  color: #888;
  position: absolute;
  right: 40px;
  top: 20px;
}
.joinInfoHead .info .address{
  float: left;
  padding: 0 15px;
  position: relative;
}
.joinInfoHead .info .address::before{
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: 3px;
}
.joinInfoHead .info .num{
  float: left;
  padding: 0 15px;
}
.joinInfoHead .info .layui-icon{
  float: left;
}
.joinContentList li.liOpen .joinInfoHead .info .layui-icon::before{
  content: "\e619";
}
.joinInfoItem .dl{
  padding: 20px 0;
}
.joinInfoItem .dl>dt{
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.joinInfoItem .dl>dd{
  font-size: 16px;
  color: #555;
  line-height: 26px;
}
.joinContentList li .applyBtn{
  display: inline-block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #e90015;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.joinContentList li .applyBtn:hover{
  opacity: 0.8;
}
.joinContentList li .applyBtn .layui-icon{
  margin-left: 5px;
}
.joinInfo2{
  padding: 80px 0 30px;
  background-color: #f5f5f5;
}
.joinInfo2 .typeTitle{
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin: 20px 0 30px;
}
.joinInfo2 .contactList{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 50px;
}
.contactList li{
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  background-color: #fff;
  font-size: 16px;
  color: #555;
  padding: 30px 40px;
  line-height: 32px;
}
.contactList li:nth-child(2n){
  margin-right: 0;
}
.contactList li .contactItem{
  position: relative;
  padding-left: 70px;
  min-height: 32px;
}
.contactItem .attr{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20px;
}
.contactItem .attr::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
}
.contactItemAddress .attr::before{
  background: url(../images/icon/iconAddress.png) no-repeat;
}
.contactItemZipCode .attr::before{
  background: url(../images/icon/iconEmail.png) no-repeat;
}
.contactItemTel .attr::before{
  background: url(../images/icon/iconTel.png) no-repeat;
}
.contactItemFax .attr::before{
  background: url(../images/icon/iconFax.png) no-repeat;
}
.contactList li .contactTitle{
  font-size: 20px;
  color: #ea1225;
  font-weight: bold;
  margin-bottom: 20px;
}
.applyFormBox{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.49);
	display: none;
}
.applyFormBox .applyFormMid{
	width: 480px;
	max-width: 90%;
	max-height: 90%;
	min-height: 100px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 3px;
}
.applyFormMid .applyFormHead{
	padding: 40px 0 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
  color:#e90015;
  letter-spacing: 3px;
}
.applyFormMid .layui-icon{
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
  font-size: 18px;
  color: #8e8e8e;
}
.applyFormMid .iconPopupClose:hover{
	opacity: 0.8;
}
.applyFormMid .applyFormBody{
  padding: 30px 40px;
}
.applyFormBody .applyFormItem{
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
.applyFormBody .applyFormItem .inputItem{
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: none;
  outline: none;
  font-size: 16px;
}
.applyFormItem .fileInput{
  display: none;
}
.applyFormBody .applyFormItemFile{
  padding-right: 120px;
  position: relative;
}
.applyFormBody .applyFormItemFile .uploadBtn{
  width: 120px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.applyFormBody .applyFormItemFile .uploadBtn:hover{
  opacity: 0.8;
}
.applyFormBody .applyFormItemFile .uploadBtn:before{
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  top: 20px;
}
.applyFormBody .applyFormBtn{
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #e90015;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 40px auto 30px;
}

.newsInfo{
  padding: 80px 0;
  background-color: #f6f6f6;
}
.newsTitle{
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin: 0 0 30px;
}
.newsInfo .list{
	padding: 0 0 45px;
}
.newsInfo .list li{
  background-color: #fff;
  margin-bottom:20px;
}
.newsInfo .list li>a{
	display: block;
	line-height: 60px;
	position: relative;
	padding: 0 140px 0 30px;
}
.newsInfo .list li>a::before{
	content: '';
	display: block;
	width:4px;
	height:4px;
  border-radius: 4px;
	background: #e90015;
	position: absolute;
	left:20px;
	top:28px;
}
.newsInfo .list li .title{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsInfo .list li .time{
	font-size: 16px;
	color:#999;
	position: absolute;
	top:0;
	right: 30px;
}
.newsInfo .list li:hover{
	background: #e90015;
}
.newsInfo .list li:hover>a::before{
	background: #fff;
}
.newsInfo .list li:hover .title,
.newsInfo .list li:hover .time{
	color:#fff;
}

/* 详情页 */
.detailPage{
  padding: 30px 0 80px;
  background-color: #f6f6f6;
}
.detailPage .detailPageHead{
  padding: 35px 0 15px;
  border-bottom: 1px solid #dedede;
}
.detailPage .detailPageHead .title{
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
  max-width: 960px;
}
.detailPageHead .info{
  text-align: center;
}
.detailPageHead .info .timeInfo{
  display: inline-block;
  padding-left: 20px;
  margin: 0 15px;
  color: #999;
  position: relative;
}
.detailPage .detailPageBody{
  min-height: 300px;
  padding: 20px 0;
}
.detailPage .detailPageBody .contentMid{
  width: 600px;
  max-width: 100%;
}
.detailPage .detailPageFoot{
  padding: 20px 0;
  border-top: 1px solid #dedede;
}
.detailPageFoot .turnPage{
  float: left;
  max-width: 48%;
  padding-left: 22px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.detailPageFoot .turnPageNext{
  float: right;
  text-align: right;
}
.detailPageFoot .turnPage a{
  color: #353535;
}
.detailPageFoot .turnPage a:hover{
  color: #e90015;
}
.detailPageFoot .backBtn{
  display: block;
  width: 142px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
	background: #e90015;
  color:#fff;
  margin: 40px auto 0;
  border-radius: 3px;
}
.detailPageFoot .backBtn:hover{
  opacity: 0.8;
}
.procudtTitle{
  font-size: 26px;
  color:#222;
  font-weight: bold;
  margin-bottom: 35px;
}
.procudtInfo1 .coreInfo1Body{
  padding-right: 0;
  padding-left: 405px;
}
.procudtInfo1 .contentRight{
  left: 0;
  right: auto;
}

.procudtInfo2{
  padding: 0 0 80px;
}
.procudtInfo2 .contentLeft{
  float: left;
  width: 41%;
  position: relative;
}
.procudtInfo2 .contentLeft::before{
  content: '';
  display: block;
  width: 1px;
  background-color: #f0f0f0;
  position: absolute;
  right: 0;
  top: 65px;
  bottom: 30px;
}
.procudtInfo2 .contentRight{
  float: right;
  width: 54%;
}
.procudtInfo2 .contentRight .img{
  margin-top: 120px;
}
.functionList li{
  font-size: 16px;
  color: #555;
  line-height: 26px;
  margin-bottom: 28px;
  padding: 0 110px 0 15px;
  position: relative;
}
.functionList li::before{
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background-color: #e90015;
  position: absolute;
  left: 0;
  top: 6px;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1366px) {
  .solutionsTabList li{
    width: 31.33%;
    margin: 0 3% 3% 0;
  }
  .solutionsTabList li:nth-child(5n){
    margin-right: 3%;
  }
  .solutionsTabList li:nth-child(3n){
    margin-right: 0;
  }
}

@media screen and (max-width:1280px) {
  .headerNavList li{
    margin-right: 10px;
  }
  .header .homeHeaderTopInfo{
    padding-top: 15px;
  }
  .header .homeHeaderTopInfo .info1,
  .header .homeHeaderTopInfo .info2{
    float: none;
    padding: 0;
  }
  .header .homeHeaderTopInfo .info1{
    margin-bottom: 5px;
  }
  .header .homeHeaderTopInfo .info1::before{
    display: none;
  }
  .bottomNav li{
    margin-right: 40px;
  }

}

@media screen and (max-width:1024px) {
  .header .headerNav{
    float: none;
    display: none;
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
  }
  .headerNavList li{
    float: none;
    margin: 0;
  }
  .header .navBtn{
    display: block;
    width: 36px;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .header .navBtn em{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2b2b2b;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  .header .homeHeaderTopInfo{
    padding-right: 50px;
  }
  .footer .bottomNavContent{
    display: none;
  }
  .footer .bottomInfo{
    float: none;
    text-align: center;
  }
  .homeHeaderBanner .swiper{
    height: auto;
  }
  .homeHeaderBanner .swiper .swiper-slide{
    background: none !important;
  }
  .homeHeaderBanner .swiper .swiper-slide .mobileImg{
    display: block;
  }
  .homeHeader{
    position: static;
    padding-bottom: 0;
  }
  .homeHeader .headerNavList li{
    width: 100%;
  }
  .homeHeader .headerNavList li::after{
    display: none;
  }
  .homeHeader .headerNav li .iconMenu{
    display: none;
  }
  .homeHeader .header .headerNav{
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
  }
  .homeHeader .headerNavList li a{
    height: 80px;
  }
  .homeHeader .headerNavList li .txtCn{
    font-weight: normal;
    font-size: 18px;
  }
  .homeHeader .headerNavList li .txtEn{
    font-size: 14px;
  }
  .homeHeader .headerNavList li.active a{
    border-bottom: 2px solid #e90015;
  }
  .homeHeader .headerNavList li.active .txtCn,
  .homeHeader .headerNavList li.active .txtEn{
    color:#e90015;
  }
  .caseList li{
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .caseList li:nth-child(3n){
    margin-right: 20px;
  }
  .caseList li:nth-child(2n){
    margin-right: 0;
  }
}

@media screen and (max-width:800px) {
  .homeNews{
    padding: 30px 0;
  }
  .homeNews .homeNewsLeft,
  .homeNews .homeNewsRight{
    float: none;
    width: 100%;
  }
  .homeNews .homeNewsLeft{
    margin-bottom: 20px;
  }
  .homeHeaderBanner .swiper .swiper-button-prev:after,
  .homeHeaderBanner .swiper .swiper-button-next:after{
    font-size: 26px;
  }
  .homeHeaderBanner .swiper .swiper-pagination{
    bottom: 20px;
  }
  .coreInfo1 .coreInfo1Body{
    padding: 20px 0;
  }
  .coreInfo1Body .contentLeft{
    height:auto;
    padding: 20px;
  }
  .coreInfo1Body .contentRight{
    position: static;
    text-align: center;
  }
  .coreInfo1Body .contentRight .img{
    width: 90%;
    height: auto;
  }
  .productList li{
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .productList li:nth-child(3n){
    margin-right: 20px;
  }
  .productList li:nth-child(2n){
    margin-right: 0;
  }
  .coreInfo4Body .contentLeft,
  .coreInfo4Body .contentRight{
    float: none;
    width: 100%;
  }
  .coreInfo4Body .contentRight{
    padding: 30px 20px 0;
  }
  .coreInfo4Body .contentRight .img{
    width:100%;
  }
  .coreInfo4Body .advantagesInfo .advantagesItem{
    width: 100%;
  }
  .contactList li{
    width:100%;
    margin: 0 0 20px;
  }
  .contactList li{
    padding:20px;
  }

  .procudtInfo2 .contentLeft,
  .procudtInfo2 .contentRight{
    float: none;
    width: 100%;
  }
  .procudtInfo2 .contentLeft{
    padding-bottom: 30px;
  }
  .procudtInfo2 .contentLeft::before{
    display: none;
  }
  .functionList li{
    padding-right: 0;
    margin-bottom: 15px;
  }
  .procudtInfo2 .contentRight .img{
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width:640px) {
  .header{
    height: 60px;
  }
  .header .homeHeaderTopInfo{
    font-size: 14px;
    padding-left: 0;
  }
  .header .logoImg{
    height: 24px;
    margin-top: 18px;
  }
  .header .homeHeaderTopInfo .info1{
    margin-bottom: 0;
  }
  .header .navBtn{
    top: 20px;
  }
  .header .headerNav{
    top:60px;
  }
  .videoListContent{
    padding: 20px 0;
  }
  .videoListContent .showMoreSolutions{
    padding-bottom: 20px;
  }
  .videoListContent .showMoreSolutions a{
    font-size: 14px;
  }
  .videoList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .videoList li:nth-child(3n){
    margin-right: 0;
  }
  .solutionsTabList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .caseList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .caseList li:nth-child(3n){
    margin-right: 0;
  }
  .caseList li:nth-child(2n){
    margin-right: 0;
  }
  .productList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .productList li:nth-child(3n){
    margin-right: 0;
  }
  .productList li:nth-child(2n){
    margin-right: 0;
  }
  .advantagesInfo .advantagesItem{
    float: none;
    width: 100%;
  }
  .guaranteeList li,
  .cultureList li,
  .certificateList li,
  .partnerList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .partnerList li{
    padding-bottom: 52.6%;
  }
  .aboutInfo5 .contentLeft,
  .aboutInfo5 .contentRight{
    width: 100%;
    margin: 0 0 20px;
  }
  .historySwiper2 .historyContent{
    padding: 20px 0 0;
  }
  .customBanner .swiper-slide .historyContent>.img{
    float: none;
    width: 100%;
  }
  .historyContent .info{
    float: none;
    width: 100%;
    padding: 20px;
  }
  .investorInfo1 .stockInfo .info{
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .investorInfo2 .cusTable{
    width: 100%;
    margin: 0 0 20px;
  }
  .serviceInfo .serviceInfoItem{
    width: 100%;
    margin: 0 0 20px;
  }
  .disclosureInfoList li{
    width: 100%;
    margin: 0 0 20px;
  }
  .disclosureInfoList li a{
    padding: 15px 90px 15px 20px;
  }
  .joinTabList li{
    margin-right: 20px;
    font-size: 16px;
  }
  .joinTabList li::before{
    right: -10px;
    top: 4px;
  }
  .detailPageFoot .turnPage{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:480px) {
  .applyFormMid .applyFormBody{
    padding: 10px 20px;
  }
  .joinContentList .joinInfoHead{
    padding: 20px 130px 20px 20px;
  }
  .joinInfoHead .info{
    right: 20px;
  }
  .joinInfoHead .info .address,
  .joinInfoHead .info .num{
    padding: 0 10px;
  }
  .joinContentList .joinInfoBody{
    padding: 20px 20px 40px;
  }
  .joinContentList .joinInfoBody::before{
    left: 20px;
    right: 20px;
  }
}
